Skip to content

More efficient created_by #2161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 5, 2024
Merged

More efficient created_by #2161

merged 5 commits into from
Jul 5, 2024

Conversation

d3rnn
Copy link
Contributor

@d3rnn d3rnn commented Jul 3, 2024

Previously created_by used the mask billingItem.orderItem.order.userRecord.username, returning all data for each table in the raw JSON response.
This PR changes the created_by mask to hostname,billingItem[id,orderItem[id,order[id,userRecord[username]]]], only returning the username.

@allmightyspiff allmightyspiff merged commit 94a3c33 into softlayer:master Jul 5, 2024
11 checks passed
@allmightyspiff allmightyspiff self-assigned this Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

2 participants